GtkEntry: Fix text handle painting
authorAlexander Larsson <alexl@redhat.com>
Mon, 18 Feb 2013 08:38:11 +0000 (09:38 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 18 Feb 2013 08:38:11 +0000 (09:38 +0100)
commit7319a0f237fae9dd66114e33aa27f6bfa3852d86
tree5e4f75eaca4976966d1cd2a4ffbe02d1d4073b57
parentc6bbfc8e3d4eab0bb1c3cb2a5d5bd2eef234c3bd
GtkEntry: Fix text handle painting

We only draw the main entry on should_draw (widget->window), because
otherwise we also draw it on the GtkTextHandle widgets.

This is necessary due to the recent change for that to not return
TRUE and swallow the rest of the drawing operation.
gtk/gtkentry.c